// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package android.support.v4.app; import android.app.Activity; import android.graphics.drawable.Drawable; // Referenced classes of package android.support.v4.app: // b, a class c implements b { private c() { } c(a a1) { this(); } public Drawable a(Activity activity) { return null; } public Object a(Object obj, Activity activity, int i) { return obj; } public Object a(Object obj, Activity activity, Drawable drawable, int i) { return obj; } }